tidy modernize-deprecated-headers
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 29 Jan 2021 14:51:20 +0000 (07:51 -0700)
committertsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 29 Jan 2021 14:51:20 +0000 (07:51 -0700)
cet.cc
shape.cc

diff --git a/cet.cc b/cet.cc
index e2b65ba1d6afa1353200e5a0a14b8096cece9227..d8a8b87ff398036c4d2fa1a93f49377963647925 100644 (file)
--- a/cet.cc
+++ b/cet.cc
@@ -19,7 +19,7 @@
     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
 
-#include <string.h>  // for strlen
+#include <cstring>   // for strlen
 
 #include "defs.h"
 #include "cet.h"
index 139a7ee9dda1b8e08872586d86eabe767b5eb0aa..3fe7ba6706f1e1551d7aa79d2e7e089268fb0f5a 100644 (file)
--- a/shape.cc
+++ b/shape.cc
@@ -20,7 +20,7 @@
 
  */
 
-#include <assert.h>              // for assert
+#include <cassert>               // for assert
 
 #include <QtCore/QByteArray>     // for QByteArray
 #include <QtCore/QLatin1String>  // for QLatin1String